Tools:
1. MiniCommander, Blue FTP ... etc
2. ByteCode Editor.

Introduction:
Hi, By adding advanced menu,you will be able to:
1. Adjust the backlight.
2. Take screen shots.
3. Backup Rms.
4. Recover Ram.
5. Set password.
6. Set transparent background.
7. Add list ui.
8. Add turbo 3.
9. Add super text.
10. Make minimizable multi midlets.

Procedures:
1. Download the attached file.

2. Using MiniCommander , extract your MIDlet "app/game" to a sub folder.

3. Move MANIFEST.MF file to the sub folder and name it to 1.ini

4. Using ByteCode Editor , search for this code:
1. javax/microedition/lcdui/Canvas

5. A few .CLASS files will pop up, now open it one by one > Constant pool> Press "7" > Replace the following code with the one next to it"begins with lib/":
---------------------------------
1. javax/microedition/lcdui/Form
1. lib/Form --------------------------------
1. javax/microedition/lcdui/List
1. lib/List --------------------------------
1. javax/microedition/lcdui/Alert
1. lib/Alert --------------------------------
1. javax/microedition/lcdui/Canvas
1. lib/Canvas --------------------------------
1. paint
1. Paint --------------------------------
1. keyPressed
1. KeyPressed --------------------------------
1. keyReleased
1. KeyReleased --------------------------------
1. com/nokia/mid/ui/FullCanvas
1. lib/FullCanvas --------------------------------
1. javax/microedition/midlet/MIDlet
1. lib/MIDlet --------------------------------
1. javax/microedition/lcdui/Display
1. lib/Display ---------------------------------
1. javax/microedition/lcdui/TextBox
1. lib/TextBox -------------------------------
1. javax/microedition/lcdui/AlertType
1. lib/AlertType -------------------------------
1. javax/microedition/lcdui/game/GameCanvas
1. lib/GameCanvas -------------------------------
1. javax/microedition/io/Connector
1. lib/Connector -------------------------------

6. Extract all folders of the attached file to the sub folder where you have extracted your MIDlet.

7. Add the following lines in META-INF/MANIFEST.MF file:
1. 0: Write MIDlet Name Here,/MIDlet Icon Name.png,MAIN CLASS FILE,1.ini for example:
1. 0: Png extractor,/res/png.png,midlets.ExploreMIDlet,1.ini

8. Pack all files using MiniCommander together, thereafter, install your modified MIDlet and Enjoy.

AddAdvanceMenu

Insane